@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-04-19 09:32:27
 * @version $Id$
 */
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
 .clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix{
    zoom:1;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	color: #ff0000;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
img{
	border: none;
}
/*header*/
header .logo{
	float: left;
	line-height: 120px;
	width: 260px;
	text-align: center;
}
header .logo img{
	vertical-align: middle;
}
header ul{
	float: right;
	width: 840px;
}
header ul li{
	float: left;
	width: 16.66%;
	height: 120px;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
header ul li a{
	display: block;
	color: #333;
	padding: 35px 10px;
}
header ul li a p:first-child{
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
header ul li a p:last-child{
	line-height: 20px;
	color: #333;
	font-weight: bold;
}
header ul li a:hover p{
	color: #2294eb;
}
header ul li a.hover p{
	color: #2294eb;
}
/*banner*/
.swiper-container1 {
    height: 610px;
}
/*我们的优势*/
.adv{
	height: 920px;
	background: url(../img/adv-bg.jpg) repeat-x;
	padding: 30px 0 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.title{
	text-align: center;
	position: relative;
}
.title p:first-child{
	font-size: 30px;
	color: #0569b7;
	border-bottom: 1px solid #ddd;
	line-height: 80px;
}
.title p:last-child{
	font-size: 18px;
	color: #b9b8b8;
	text-transform: uppercase;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 0 12px;
	width: 280px;
	margin: 0 auto;
}
.adv ul{
	margin-top: 40px;
}
.adv ul li{
	float: left;
	height: 610px;
	width: 386px;
	margin-right: 21px;
	position: relative;
}
.adv ul li:first-child{
	background: url(../img/adv-li-bg1.jpg) no-repeat center;
}
.adv ul li:nth-child(2){
	background: url(../img/adv-li-bg2.jpg) no-repeat center;
}
.adv ul li:last-child{
	background: url(../img/adv-li-bg3.jpg) no-repeat center;
}
.adv ul li:last-child{
	margin-right: 0;
}
.adv ul li h2{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	border-left: 5px solid #eb6100;
	padding-left: 8px;
}
.adv ul li div p:first-of-type{
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 13px;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.adv ul li div p:last-of-type{
	margin-top: 10px;
	line-height: 25px;
	color: #fff;
	padding-left: 13px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.adv ul li div{
	height: 100%;
	background: rgba(45,125,195,0.8);
	padding: 160px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.adv ul li:hover div{
	position: absolute;
	height: 305px;
	bottom: 0;
	padding: 45px 30px;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.adv .search form{
	float: left;
	margin-top: 50px;
}
.adv .search form input{
	height: 50px;
	width: 560px;
	background: #fff;
	border: none;
	float: left;
	padding: 0 12px;
	font-size: 16px;
	color: #999;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.adv .search form button{
	height: 50px;
	width: 160px;
	background: #eb6100;
	border: none;
	float: left;
	font-size: 18px;
	color: #fff;
	letter-spacing: 5px;
	cursor: pointer;
}
.adv .search img{
	float: right;
	margin-top: 30px;
}
/*产品分类*/
.product{
	padding: 30px 0;
	position: relative;
}
.product .slider{
	position: absolute;
	left: 150px;
	top: 90px;
	z-index: 999;
	background: rgba(255,255,255,0.8);
	padding: 30px;
}
.slider .cate p:first-of-type img{
	vertical-align: middle;
	margin-right: 15px;
}
.slider .cate p:first-of-type span{
	vertical-align: middle;
	font-size: 22px;
	color: #333;
}
.slider .cate p:last-of-type{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 40px;
}
.slider ul li{
	line-height: 38px;
	font-size: 16px;
	color: #333;
	background: url(../img/icon3.jpg) no-repeat left bottom;
	cursor: pointer;
}
.slider ul li.hover{
	background: url(../img/icon4.jpg) no-repeat left bottom;
	color: #eb6100;
}
.floor{
	margin-top: 10px;
}
.floor .hd span:nth-child(1){
	vertical-align: middle;
	padding: 0 5px;
	font-size: 46px;
	color: #fff;
}
.floor1 .hd span:nth-child(1){
	background: #f1902c;
}
.floor2 .hd span:nth-child(1){
	background: #8c060e;
}
.floor3 .hd span:nth-child(1){
	background: #8e84dd;
}
.floor4 .hd span:nth-child(1){
	background: #7ae001;
}
.floor5 .hd span:nth-child(1){
	background: #00a0e9;
}
.floor .hd span:nth-child(2){
	margin: 0 8px;
	vertical-align: middle;
}
.floor .hd span:nth-child(3){
	font-size: 22px;
	color: #333;
	vertical-align: middle;
}
.floor .bd{
	margin-top: 15px;
}
.floor .bd .left{
	position: relative;
	height: 480px;
	width: 270px;
}
.floor .bd .left div{
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	line-height: 80px;
}
.floor1 .bd .left div{
	background: rgba(241,144,44,0.8);
}
.floor2 .bd .left div{
	background: rgba(140,6,14,0.8);
}
.floor3 .bd .left div{
	background: rgba(142,132,221,0.8);
}
.floor4 .bd .left div{
	background: rgba(122,224,1,0.8);
}
.floor5 .bd .left div{
	background: rgba(0,160,233,0.8);
}
.floor .bd .left div p{
	height: 80px;
	background: url(../img/icon5.png) no-repeat center;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.floor .bd ul{
	width: 900px;
}
.floor .bd ul li{
	float: left;
	height: 230px;
	width: 216px;
	margin-right: 12px;
	margin-bottom: 20px;
}
.floor .bd ul li:nth-child(4n){
	margin-right: 0;
}
.floor .bd ul li .img{
	height: 130px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.floor .bd ul li .img img{
	max-width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.floor .bd ul li p:first-of-type{
	font-size: 15px;
	font-weight: bold;
	color: #1262a8;
	line-height: 26px;
	width: 90%;
	margin: 0 auto;
}
.floor .bd ul li p:last-of-type{
	color: #666;
	height: 66px;
	line-height: 22px;
	font-size: 12px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 2px solid #eee;
}
.floor .bd ul li:hover img{
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.floor .bd ul li:hover p:first-of-type{
	color: #fc0000;
}
.floor .bd ul li:hover p:last-of-type{
	border-bottom: 2px solid #fc0000;
}
/*荣誉*/
.honor{
	height: 600px;
	background: url(../img/honor-bg.jpg) no-repeat bottom;
}
.honor .bd{
	margin-top: 60px;
	position: relative;
}
.honor .swiper-wrapper{
	height: auto !important;
}
.honor .swiper-slide{
	height: 425px !important;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.honor .swiper-slide img{
	width: 100%;
	height: 260px;
}
.honor .swiper-slide p:first-of-type{
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	padding-left: 30px;
	background: url(../img/icon6.jpg) no-repeat left center;
}
.honor .swiper-slide p:last-of-type{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}
.honor-prev{
	position: absolute;
	top: 50%;
	left: 18px;
	height: 38px;
	width: 38px;
	background-image: url(../img/honor-prev.png);
	z-index: 999;
}
.honor-next{
	position: absolute;
	top: 50%;
	right: 18px;
	height: 38px;
	width: 38px;
	background-image: url(../img/honor-next.png);
	z-index: 999;
}
/*热门产品*/
.hotpro{
	padding: 50px 0;
}
.hotpro ul{
	padding: 35px;
	height: 460px;
	background: url(../img/hotpro-bg.jpg) no-repeat left center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.hotpro ul li{
	float: left;
	height: 195px;
	width: 25%;
	position: relative;
}
.hotpro ul li.hot-pro-li p{
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	line-height: 195px;
	padding: 0 50px;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: none;
	z-index: 999;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hotpro ul li.hot-pro-li:hover p{
	display: block;
}
.hotpro ul li:first-child p:first-child{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.hotpro ul li:first-child p:last-child{
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}
.hotpro ul li:last-child{
	background: #0569b7;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.hotpro ul li:last-child a{
	display: block;
	line-height: 165px;
	text-align: center;
	border: 1px solid #0569b7;
	color: #fff;
	font-size: 20px;
}
.hotpro ul li:last-child a:hover{
	border: 1px solid #fff;
}
.hotpro ul li .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hotpro ul li .img img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hotpro ul li:hover img{
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
/*案例展示*/
.case{
	background: #f5f5f5;
	padding-bottom: 50px;
}
.case .bd{
	margin-top: 50px;
}
.case .swiper-slide{
	position: relative;
	height: 630px !important;
}
.case .swiper-slide img{
	position: absolute;
	width: 100%;
	height: 430px;
}
.case .swiper-slide div{
	position: absolute;
	width: 100%;
	height: 200px;
	background: #2587d3;
	padding: 55px 0 0 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.case .swiper-slide div p{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}
.case .swiper-slide div a{
	font-size: 18px;
	color: #fff;
}
.case .swiper-slide div a:hover{
	color: #2a2845;
}
.case .swiper-slide:nth-child(odd) img{
	top: 0;
}
.case .swiper-slide:nth-child(even) img{
	bottom: 0;
}
.case .swiper-slide:nth-child(odd) div{
	bottom: 0;
}
.case .swiper-slide:nth-child(even) div{
	top: 0;
}
/*新闻资讯*/
.news{
	padding-bottom: 50px;
}
.news .bd{
	float: left;
	margin-top: 50px;
	width: 384px;
	margin-right: 24px;
}
.news .bd:last-child{
	margin-right: 0;
}
.news .bd div .img{
	width: 100%;
	height: 195px;
}
.news .bd div p{
	line-height: 60px;
}
.news .bd div p span{
	float: left;
	font-size: 18px;
	color: #333;
}
.news .bd div p a{
	float: right;
	font-size: 18px;
	color: #333;
}
.news .bd ul li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
}
.news .bd ul li p:first-child{
	float: left;
	color: #666;
}
.news .bd ul li p:last-child{
	float: right;
	color: #999;
}
.footer{
	position: relative;
	height: 340px;
	margin-top: 50px;
	background: url(../img/footer-bg.jpg) no-repeat center;
}
.footer .left{
	position: absolute;
	top: -50px;
	height: 270px;
	width: 300px;
	background: #3b3a5d;
	padding: 15px 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer .left p:first-of-type img{
	vertical-align: middle;
	margin-right: 10px;
}
.footer .left p:first-of-type span{
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
}
.footer .left p:last-of-type{
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	line-height: 58px;
}
.footer .left ul li{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}
.footer .center{
	margin-left: 300px;
	width: 800px;
}
.footer .center ul{
	margin-top: 40px;
}
.footer .center ul li{
	float: left;
	text-align: center;
	width: 16.66%;
}
.footer .center ul li a:first-child span{
	display: block;
	border-right: 1px solid #fff;
}
.footer .center ul li:last-child a:first-child span{
	border-right: none;
}
.footer .center ul li a{
	color: #fff;
	display: block;
	padding: 6px 0;
}
.footer .right{
	margin-top: 40px;
	width: 100px;
}
.footer .right p{
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.footer .right img{
	width: 100%;
	margin-top: 10px;
}
.copyright{
	line-height: 45px;
	height: 45px;
	color: #fff;
	background: #000;
	text-align: center;
}
.copyright a{
	color: #fff;
}
.position{
	height: 50px;
	line-height: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.position p:first-child{
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #2294eb;
}
.position p:last-child{
	float: right;
	line-height: 50px;
	color: #666;
}
.position p:last-child a{
	color: #666;
}
/*翻页*/
.page {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    text-align: center;
}
.page div{
	display: inline-block;
}
.page a,
.page span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page .current {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}

.page a:first-child,
.page span:first-child  {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page a:last-child,
.page span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*内页*/
.other{
	padding: 30px 0;
}
.other .left{
	width: 300px;
}
.other .left .cate{
	margin-bottom: 10px;
}
.other .left .cate p,.other .left .pro-hot p:first-child,.other .left .news-hot p:first-child{
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #2294eb;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 18px;
	border: 1px solid #2294eb;
}
.other .left .cate ul{
	padding: 0 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #eee;
}
.other .left .cate ul li{
	height: 45px;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.other .left .cate ul li a{
	height: 45px;
	display: block;
	font-size: 15px;
	color: #666;
	background: url(../img/jiantou.png) no-repeat right center;
	background-size: 15px 15px; 
	border-bottom: 1px dashed #eee;
}
.other .left .cate ul li a:hover{
	color: #2294eb;
	background: url(../img/jiantou1.png) no-repeat right center;
	background-size: 15px 15px; 
	border-bottom: 1px dashed #2294eb;
}
.other .left .cate ul li a.hover{
	color: #2294eb;
	background: url(../img/jiantou1.png) no-repeat right center;
	background-size: 15px 15px; 
	border-bottom: 1px dashed #2294eb;
}
.other .left .pro-hot{
	margin-bottom: 10px;
}
.other .left .pro-hot ul{
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #eee;
}
.other .left .pro-hot ul li{
	width: 100%;
}
.other .left .pro-hot ul li .img{
	height: 155px;
	width: 100%;
	overflow: hidden;
}
.other .left .pro-hot ul li .img img{
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.other .left .pro-hot ul li p{
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #999;
}
.other .left .pro-hot ul li:hover img{
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
.other .left .pro-hot ul li:hover p{
	color: #2294eb;
}
.other .left .news-hot ul{
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #eee;
}
.other .left .news-hot ul li{
	height: 30px;
	line-height: 30px;
	list-style-type:square;
	list-style-position: inside
}
.other .left .news-hot ul li a{
	font-size: 14px;
	color: #999;
}
.other .left .news-hot ul li:hover a{
	color: #2294eb;
}
.other .right{
	width: 870px;
}
/*.son-about img{
	max-width: 100%;
}*/
.son-pro ul li{
	float: left;
	padding: 10px;
	width: 278px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 18px;
	margin-bottom: 18px;
}
.son-pro ul li .img{
	height: 150px;
	width: 100%;
	overflow: hidden;
}
.son-pro ul li img{
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.son-pro ul li p{
	font-size: 14px;
	color: #666;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.son-pro ul li:hover{
	border: 1px solid #2294eb;
}
.son-pro ul li:hover img{
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
.son-pro ul li:nth-child(3n){
	margin-right: 0;
}

.son-news ul li{
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
}
.son-news ul li a{
	display: block;
}
.son-news ul li .time{
	height: 100px;
	width: 100px;
	background: #2294eb;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.son-news ul li .time p:first-child{
	line-height: 40px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.son-news ul li .time p:last-child{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.son-news ul li .text{
	width: 700px;
}
.son-news ul li .text p:first-child{
	font-size: 16px;
	line-height: 34px;
	color: #666;
}
.son-news ul li .text p:last-child{
	line-height: 22px;
	color: #999;
}
.son-news ul li:hover{
	background: #eee;
}
.son-contact{
	margin-bottom: 30px;
}
.son-contact ul li{
	float: left;
	width: 25%;
	border-right: 1px solid #eee;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
.son-contact ul li:last-child{
	border-right: none;
}
.son-contact ul li p:first-of-type{
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.son-contact ul li p:last-of-type{
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.contact-content{
	margin-bottom: 30px;
}
.contact-content img{
	width: 80%;
}
/*产品详情*/
.show-form form{
	float: right;
}
.show-form input{
	float: left;
	height: 35px;
	width: 340px;
	border: 2px solid #da0d34;
	padding: 0 12px;
	color: #666;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}
.show-form button{
	float: left;
	height: 35px;
	width: 100px;
	background: #da0d34;
	border: none;
}
.show-form button img{
	vertical-align: middle;
	margin-right: 10px;
}
.show-form button span{
	vertical-align: middle;
	font-size: 17px;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
}
.show-pro{
	position: relative;
	margin-top: 20px;
	height: 405px;
	width: 100%;
	background: url(../img/show-pro-bg.png) no-repeat center;
}
.swiper-container4{
	height: 145px;
	width: 405px;
	margin: 0 !important;
	position: absolute;
	left: -30px;
	top: 115px;
}
.show-pro .swiper-slide{
	height: 145px;
	width: 200px;
}
.show-pro .swiper-slide img{
	height: 145px;
	width: 200px;
}
.show-prev{
	position: absolute;
	top: 42%;
	left: 0;
	height: 30px;
	width: 30px;
	background: url(../img/show-prev.jpg) no-repeat center;
	z-index: 999;
}
.show-next{
	position: absolute;
	top: 42%;
	right: 0;
	height: 30px;
	width: 30px;
	background: url(../img/show-next.jpg) no-repeat center;
	z-index: 999;
}
.show-pro .text{
	height: 370px;
	margin: 0 !important;
	position: absolute;
	left: 405px;
	top: 0px;
}
.show-pro .text p{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
.show-pro .text ul{
	width: 280px;
}
.show-pro .text ul li{
	line-height: 35px;
	color: #fff;
}
.show-pro-content{
	margin-top: 30px;
}
.show-pro-content img{
	max-width: 100%;
}
.sel-tll{
	margin-top: 30px;
	padding: 10px 0;
	background: #f5f5f5;
}
.sel-tll .bd{
	position: relative;
	height: 700px;
	background: url(../img/sel-tll-bg.png) no-repeat center center;
}
.sel-tll .bd ul li{
	width: 270px;
	position: absolute;
}
.sel-tll .bd ul li:nth-child(1){
	top: 20px;
	left: 670px;
}
.sel-tll .bd ul li:nth-child(2){
	top: 180px;
	left: 880px;
}
.sel-tll .bd ul li:nth-child(3){
	top: 380px;
	left: 880px;
}
.sel-tll .bd ul li:nth-child(4){
	top: 560px;
	left: 670px;
}
.sel-tll .bd ul li:nth-child(5){
	top: 380px;
	left: 40px;
	text-align: right;
}
.sel-tll .bd ul li:nth-child(6){
	top: 180px;
	left: 40px;
	text-align: right;
}
.sel-tll .bd ul li:nth-child(5) hr,.sel-tll .bd ul li:nth-child(6) hr{
	float: right;
}
.sel-tll .bd ul li p:first-of-type{
	font-size: 26px;
	color: #da0d34;
	line-height: 50px;
}
.sel-tll .bd ul li p:nth-of-type(2){
	color: #333;
	margin-bottom: 8px;
}
.sel-tll .bd ul li hr{
	height: 3px;
	width: 80px;
	background: #eee;
	border: none;
}
.show-app{
	padding: 30px 0 50px;
}
.show-app ul{
	margin-top: 50px;
}
.show-app ul li{
	position: relative;
	float: left;
	height: 375px;
	width: 285px;
	margin-right: 20px;
	background-size: cover;
}
.show-app ul li:last-child{
	margin-right: 0;
}
.show-app ul li a{
	display: block;
	height: 100%;
	width: 100%;
}
.show-app ul li p{
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.show-app ul li:hover p{
	line-height: 375px;
}
/*新闻详情*/
.article-title{
	font-size: 18px;
	color: #666;
	text-align: center;
}
.article-subtitle{
	height: 50px;
	line-height: 50px;
	width: 500px;
	margin:0 auto;
	color: #999;
}
.article-content{
	font-size: 15px;
	color: #333;
	line-height: 25px;
}
.article-content img{
	max-width: 100%;
}
.prev-next{
	margin-top: 25px;
	position: relative;
}
.prev,.next{
	width: 50%;
	float: left;
	line-height: 32px;
	color: #666;
	font-size: 15px;
}
.prev p:first-child,.next p:first-child{
	width: 100px;
	background: #2294eb;
	text-align: center;
	color: #fff;
}
.prev p:last-child{
	margin-left: 10px;
}
.next p:last-child{
	margin-right: 10px;
}
.prev-next a:hover{
	color: #b8382e;
}